These sub processes are running as either a peer or a child of the calling process. 这些子过程作为发出调用的过程的对等过程或子过程运行。
The new descriptor is returned to the calling process. 将新的描述符返回到调用进程。
To wait on an event, semop() function is used with sem_op value as-1 thus blocking the calling process until it is signaled. 要等待某个事件,则可以使用semop()函数,并将semop的值设置为-1,这样就可以阻塞调用进程,直到它变为有信号状态为止。
The effective user ID of the calling process must be that of the super-user or match the creator or owner of the semaphore set. 调用进程的有效用户ID必须是超级用户,或者可以与该信号量集的创建者或所有者匹配的用户。
Sem_perm.cgid and sem_perm.gid are set to the effective group ID of the calling process. semperm.cgid和semperm.gid被设置为调用进程的有效组ID。
If any flag in cap_p is set for any capability not currently permitted for the calling process, the function will fail, and the capability state of the process will remain unchanged. 如果对调用进程中不允许的能力设置capp的任何标志,那么这个函数就会失败,进程的能力状态保持不变。
H; it puts the calling process to sleep killably in queue until the condition evaluates to true. 它将处于可终止睡眠状态的调用进程置于queue中,直到condition等于true。
P is the pointer to the proc structure of the calling process. p是一个指向调用进程的proc结构的指针。
The calling process and the process to be invoked can be in the same SCA module, or they can be in different modules wired through an SCA import or SCA export. 调用流程和被调用流程可以在同一个SCA模块中,或者可以在通过SCA导入或SCA导出连接的不同模块中。
Shmat is a UNIX function that attaches the shared memory segment associated with the shared memory identified by shmid ( another Solaris function) to the data segment of the calling process. shmat是一个UNIX函数,它将与shmid(另一个Solaris函数)所标识的共享内存相关的共享内存段附加到调用进程的数据段上。
Instead of a static SCA wire, you specify the process template name of the process to be invoked as part of the calling process. 与使用静态SCA连接不同,您将作为调用流程的一部分指定被调用流程的流程模板名称。
Once such an object is available on the channel, it is returned to the calling process. 一旦在通道上有对象可用,对象就被返回给调用进程。
If the calling process is wired to the other process using an SCA wire, then the invocation is done using early binding, that is, the process that is the target of that wire is invoked. 如果调用流程使用SCA连接来连接到另一个流程,则调用是使用早期绑定实现的,即调用的是作为该连接的目标的流程。
In Windows, you can use CreateThread() to create a thread to execute under the virtual address space of the calling process. 在Windows中,您可以使用CreateThread()来创建线程,创建的线程在调用进程的虚拟地址空间中运行。
When this probe fires, you want to count the number of invocations and emit this count with an indication of the calling process ID ( PID). 当该探针触发时,您希望计算调用的次数,并发送这个计数以及表示调用进程ID(PID)的信息。
Mostly, these events are handled in a synchronous manner: the calling process or thread sending the object a message receives and handles events before the send-message call is completed. 通常,这些事件是以同步(synchronous)模式处理的:调用进程或向这个对象发送消息的线程在发送消息调用完成之前都会接收并处理一系列事件。
Indicates whether the new process inherits handles from the calling process. 指定新的进程是否可以从调用进程继承句柄。
New process inherits the error mode of the calling process. 新进程继承调用进程的错误模式。
The calling process is the leader of the new session, the process group leader of the new process group, and has no controlling tty. 是因为进程组不能转移到其它会话中?还是没有办法确定一个新的进程组长?
The CLONE_UNTRACED flag ensures that no process will be able to trace the new kernel thread, even if the calling process is being traced. CLONEUNTRACED标志保证没有进程可以跟踪这个新的内核线程,即使调用进程正被跟踪。
This function creates a thread to execute within the address space of the calling process. 这个函数在调用进程的地址空间创建一个线程。
This transforms the main thread of the calling process into the control dispatcher. 这将把调用进程的主线程转换为控制分派器。
Poisson distribution is introduced to describe the calling process and develop the collision model. 引入了泊松流以描述系统中的多主呼叫过程,建立了基于RS232C串行通信协议的并发帧碰撞模型。
The calling process of windows API function in different programming languages is analysed here. And a method of calling API function in delphi with a VB application is presented with examples, in which file interface is available. 在研究Windows操作系统API函数的基础上,深入分析了不同开发工具所编写的API函数的调用过程,通过事例提出了在VB环境中开发的应用程序利用文件接口调用Delphi编写的API函数的方法。
This paper introduces the VISA's basic operating principle, inside structure and low-level calling process. The method of standardizing the non-VISA-standard instrument I/ O functions is also discussed in the paper. 本文对VISA标准I/O库函数集的内部结构及底层调用过程进行了分析,并介绍了对现有非VISA标准的VXI/O库函数集进行WSA标准化的方法。
Their architectures, calling process and services are described and compared. 论文探讨和比较了它们的基本框架、客户/服务器对象交互过程以及系统级服务的提供。
Analysis on Manner of Parameter Transfer in Calling Process 过程调用中参数传递方式的分析
The SIP registration and the basic calling process of the SIP Protocol are emphatically discussed; 着重讨论了SIP注册以及SIP协议基本呼叫流程,对无线通信系统以SIP形式接入到现有的固网软交换系统的可行性做出分析;
Moreover introduces the typical calling process in a program of the facing to connect and none connect protocol sockets. 同时介绍了面向连接和无连接协议两种套接字在程序中的典型调用过程。
Next introduced the knowledge of calling Matlab and Fortran in C# as well as the considerations in calling process and the migration process. 下来分别介绍了C调用Matlab和Fortran方面的知识以及调用过程和移植过程中的注意事项。